Foxit PDF RDK
|
Public Member Functions | |
onAutoEventEnd (eventType) | |
onAutoEventStart (eventType) | |
onScroll (distanceX, distanceY) | |
Interface definition for a listener to handle page auto events.
FoxitPDFViewCtrl.IPageAutoEventListener.onAutoEventEnd | ( | eventType | ) |
Called when auto event end.
eventType | The type of auto event. |
FoxitPDFViewCtrl.IPageAutoEventListener.onAutoEventStart | ( | eventType | ) |
Called when auto event start.
eventType | The type of auto event. |
FoxitPDFViewCtrl.IPageAutoEventListener.onScroll | ( | distanceX | , |
distanceY | |||
) |
Called when the roll happens.The distance in x and y is also supplied for convenience.
distanceX | The distance along the X axis that has been scrolled since the last call to onScroll. |
distanceY | The distance along the Y axis that has been scrolled since the last call to onScroll. |